Statistics and Data Visualization Using R by David S. Brown
Author:David S. Brown
Language: eng
Format: epub, pdf
Published: 2021-09-02T04:52:18.431608+00:00
Now that we have all of the data, we simply draw a figure with ggplot that has two geom_line() functions included, one colored red (normal distribution) and one colored blue (t-distribution) (Figure 9-1). To note, I added labels to this figure in Adobe Illustrator.
Code Chunk 9-5
ggplot(mydata, aes(x1)) +
â geom_line(aes(y = x2), col=â#0000bfâ) +
â geom_line(aes(y = x3), col=â#bf0000â) +
â theme_minimal() +
â theme(plot.title = element_text(size = 8, face = âboldâ),
ââââââ axis.title = element_text(size = 8, face = âboldâ)) +
â xlab(âStandard Deviationsâ) +
â ylab(âDensityâ) +
â ggtitle(âFigure 9-1: The t-Distribution Has Fatter Tailsâ)
Download
Statistics and Data Visualization Using R by David S. Brown.pdf
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Zero to IPO: Over $1 Trillion of Actionable Advice from the World's Most Successful Entrepreneurs by Frederic Kerrest(4286)
Machine Learning at Scale with H2O by Gregory Keys | David Whiting(4175)
Never by Ken Follett(3788)
Harry Potter and the Goblet Of Fire by J.K. Rowling(3772)
Ogilvy on Advertising by David Ogilvy(3504)
Shadow of Night by Deborah Harkness(3298)
The Man Who Died Twice by Richard Osman(2995)
Book of Life by Deborah Harkness(2867)
The Tipping Point by Malcolm Gladwell(2827)
Will by Will Smith(2790)
0041152001443424520 .pdf by Unknown(2784)
My Brilliant Friend by Elena Ferrante(2772)
How Proust Can Change Your Life by Alain De Botton(2742)
Purple Hibiscus by Chimamanda Ngozi Adichie(2648)
How to Pay Zero Taxes, 2018 by Jeff A. Schnepper(2594)
Hooked: A Dark, Contemporary Romance (Never After Series) by Emily McIntire(2496)
Rationality by Steven Pinker(2290)
Borders by unknow(2227)
Can't Hurt Me: Master Your Mind and Defy the Odds - Clean Edition by David Goggins(2225)